* Fix generation of README.md.gz symlinks
* Generate a dependency on libgtk-4-0.9400.0 since the ABI is not yet
stable
+ * Run build-time tests under Xvfb
-- Jeremy Bicha <jbicha@debian.org> Fri, 19 Jan 2018 22:05:35 -0500
cp gtk/org.gtk.* debian/build/glib-2.0/schemas/
glib-compile-schemas debian/build/glib-2.0/schemas/
# Remove LD_PRELOAD so we don't run with fakeroot, which makes dbus-related tests fail
- env -u LD_PRELOAD dh_auto_test --builddirectory=debian/build/deb -- -k 0 -j 1 || true
+ env -u LD_PRELOAD \
+ xvfb-run -a \
+ dh_auto_test --builddirectory=debian/build/deb -- -k 0 -j 1 || true
endif
override_dh_auto_install: